Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move llm source code into src/lemonade dir. Add HumanEval. #262

Merged
merged 6 commits into from
Jan 10, 2025
Merged

Conversation

jeremyfowers
Copy link
Collaborator

@jeremyfowers jeremyfowers commented Jan 9, 2025

Summary of changes:

  • Adds the HumanEval LLM benchmark (@ramkrishna2910)
  • Reorganizes the LLM source code into src/lemonade instead of src/turnkeyml/llm (@jeremyfowers)
    • LLM support is now consistently referred to as lemonade instead of turnkeyml-llm throughout the repo
    • BREAKING CHANGE: Code that imported turnkeyml.llm should import lemonade instead
      • Package version number set to v5.0.0 because of this breaking change
  • Adds a progress monitor to MMLU accuracy testing (@jeremyfowers)
  • Fixes a bug where benchmarking could fail and give a confusing error message (@jeremyfowers)
  • Fixes a bug where giving an incorrect MMLU test name would silently fail (@ramkrishna2910)

@jeremyfowers jeremyfowers self-assigned this Jan 9, 2025
@jeremyfowers jeremyfowers marked this pull request as ready for review January 9, 2025 22:16
Co-authored-by: Ramakrishnan Sivakumar <[email protected]>
Signed-off-by: Jeremy Fowers <[email protected]>
@jeremyfowers jeremyfowers enabled auto-merge (squash) January 10, 2025 16:24
@jeremyfowers jeremyfowers merged commit ed30c98 into main Jan 10, 2025
6 of 8 checks passed
@jeremyfowers jeremyfowers deleted the mono2 branch January 10, 2025 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants